The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "text::diff"

Text::Diff - Perform diffs on files and record sets River stage four • 103 direct dependents • 5509 total dependents

"diff()" provides a basic set of services akin to the GNU "diff" utility. It is not anywhere near as feature complete as GNU "diff", but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a syste...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC - Search in distribution

Text::Diff::HTML - XHTML format for Text::Diff::Unified River stage zero No dependents

This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...

TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTC - Search in distribution

Text::Diff::Parser - Parse patch files containing unified and standard diffs River stage one • 2 direct dependents • 2 total dependents

"Text::Diff::Parser" parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. A diff may be viewed a series of operations on a file, either adding, removing or modify...

GWYN/Text-Diff-Parser-0.1001 - 11 Sep 2009 11:30:16 UTC - Search in distribution

Text::Diff::Unified::XS - The fast Text::Diff module River stage zero No dependents

Text::Diff::Unified::XS is the fast Text::Diff module implemented by XS....

PINE/Text-Diff-Unified-XS-0.09 - 29 May 2019 09:25:56 UTC - Search in distribution

Text::Diff::FormattedHTML - Generate a colorful HTML diff of strings/files. River stage zero No dependents

Presents in a (nice?) HTML table the difference between two files or strings. Inspired on GitHub diff view....

AMBS/Text-Diff-FormattedHTML-0.08 - 31 Jan 2017 14:09:45 UTC - Search in distribution

lib/Text/TEI/Collate/Diff.pm River stage zero No dependents

AURUM/Text-TEI-Collate-2.1 - 20 Oct 2011 00:42:43 UTC - Search in distribution

Text::Diff3::Text - line number scheme free text buffer River stage zero No dependents

This is a wrapper for a Perl's array reference, improving line number scheme free and limiting fetching from last element by minus index. Normally line number starts 1 in compatible with diff command tools. But you can change it another value like as...

TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC - Search in distribution

Text::DiffU - Diff two sequences and print unified-style output River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/Text-DiffU-0.002 - 03 Apr 2018 06:13:15 UTC - Search in distribution

Text::WordDiff - Track changes between documents River stage zero No dependents

This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long ...

TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 UTC - Search in distribution

Text::ParagraphDiff - Visual Difference for paragraphed text. River stage zero No dependents

"Text::ParagraphDiff" is a reimplementation of "diff" that is meant for paragraphed text rather than for code. Instead of "diffing" a document by line, "Text::ParagraphDiff" expands a document to one word per line, uses "Algorithm::Diff" to find the ...

JRYAN/Text-ParagraphDiff-2.70 - 21 Jan 2004 06:32:03 UTC - Search in distribution

diff-doc-text - Diff the text of two Office word-processor documents (.doc, .docx, .odt, etc) River stage one • 1 direct dependent • 1 total dependent

This is a wrapper for the Unix command diff. It assumes that each file is an Office word-processor documents (.doc, .docx, .odt, etc) and tries to convert the file to plaintext first. It then passes the converted files to "diff"....

PERLANCAR/App-DiffDocText-0.004 - 02 Dec 2022 00:05:46 UTC - Search in distribution

diff-pdf-text - Diff the text of two PDF documents River stage one • 1 direct dependent • 1 total dependent

This is a wrapper for the Unix command diff. It assumes that each input file is a PDF file and tries to convert the file to text first using App::PDFUtils (which in turn uses pdftotext CLI utility). It then passes the converted text "diff -ruN" comma...

PERLANCAR/App-DiffPDFText-0.006 - 21 Nov 2023 00:05:37 UTC - Search in distribution

diff-xls-text - Diff the text of two Office spreadsheets (.ods, .xls, .xlsx) as two directories of CSV files River stage one • 1 direct dependent • 1 total dependent

This is a wrapper for the Unix command diff. It assumes that each input file is an Office spreadsheet (.ods, .xls, or .xlsx) and tries to convert the file to a directory of CSV files (where each CSV file is converted from a single worksheet) using xl...

PERLANCAR/App-DiffXlsText-0.012 - 20 Jan 2023 00:05:41 UTC - Search in distribution

Text::WordDiff::Unified::ANSIColor - Generate unified-style word-base ANSIColor diffs River stage one • 2 direct dependents • 3 total dependents

PERLANCAR/Text-WordDiff-Unified-ANSIColor-0.002 - 12 Aug 2017 14:55:26 UTC - Search in distribution

diff-u - Diff two files and show unified-style diff River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-TextDiffUUtils-0.001 - 19 Aug 2017 15:17:24 UTC - Search in distribution

Tk::DiffText - Perl/Tk composite widget for colorized diffs. River stage one • 1 direct dependent • 1 total dependent

This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications....

MJCARMAN/Tk-DiffText-0.19 - 21 Mar 2008 18:14:09 UTC - Search in distribution

App::ccdiff - Colored Character diff River stage zero No dependents

Show the diff between two files on a character by character base. In contrast to the standard diff tools, this tool uses the diff algorithm horizontally for each line in the vertical diff, highlighting the changes. This is very handy in hard to spot ...

HMBRAND/App-ccdiff-0.33 - 07 Nov 2023 15:50:03 UTC - Search in distribution
  • ccdiff - Colored Character diff

App::iosdiff - Cisco IOS Config Diff River stage zero No dependents

This library provides one subroutine to run an intelligent context aware diff between two files in Cisco IOS-style configuration format. Whilst an ordinary diff works on IOS-style configuration files, it doesn't show the context in a useful way. For ...

OLIVER/App-iosdiff-1.200001 - 17 Jun 2016 15:58:44 UTC - Search in distribution
  • iosdiff - Cisco IOS Config Diff Utility

XML::Diff - XML DOM-Tree based Diff & Patch Module River stage one • 1 direct dependent • 1 total dependent

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML. The Diffgram is well-formed XML in the XVCS namespan...

TIMM/XML-Diff-0.05 - 12 Jul 2007 10:50:35 UTC - Search in distribution

cdif - word context diff River stage one • 3 direct dependents • 3 total dependents

cdif is a post-processor of the Unix diff command. It highlights deleted, changed and added words based on word context (--unit=word by default). If you want to compare text character-by-character, use option --unit=char. Option --unit=mecab tells to...

UTASHIRO/App-sdif-4.3301 - 27 Mar 2024 06:50:34 UTC - Search in distribution
  • sdif - side-by-side diff viewer for ANSI terminal
379 results (0.498 seconds)